home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / NO.DXR / Internal_26_ts23401.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  236 b   |  18 lines

  1. on mouseEnter me
  2.   cursor(280)
  3.   set the ink of sprite the currentSpriteNum to 4
  4. end
  5.  
  6. on mouseDown me
  7.   beep()
  8. end
  9.  
  10. on mouseUp me
  11.   go("ts23401")
  12. end
  13.  
  14. on mouseLeave me
  15.   cursor(-1)
  16.   set the ink of sprite the currentSpriteNum to 36
  17. end
  18.